From f62e000be492deb83f8544b29265f25d00eab934 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Jard=C3=B3n?= Date: Tue, 15 Jun 2010 17:16:43 +0200 Subject: [PATCH] Use a GPid on gdk_spawn_on_screen[_with_pipes]. Take 2 Really fixes https://bugzilla.gnome.org/show_bug.cgi?id=602289 --- gdk/gdkspawn.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdk/gdkspawn.h b/gdk/gdkspawn.h index 671219f993..cb7a2eac16 100644 --- a/gdk/gdkspawn.h +++ b/gdk/gdkspawn.h @@ -37,7 +37,7 @@ gboolean gdk_spawn_on_screen (GdkScreen *screen, GSpawnFlags flags, GSpawnChildSetupFunc child_setup, gpointer user_data, - gint *child_pid, + GPid *child_pid, GError **error); gboolean gdk_spawn_on_screen_with_pipes (GdkScreen *screen, @@ -47,7 +47,7 @@ gboolean gdk_spawn_on_screen_with_pipes (GdkScreen *screen, GSpawnFlags flags, GSpawnChildSetupFunc child_setup, gpointer user_data, - gint *child_pid, + GPid *child_pid, gint *standard_input, gint *standard_output, gint *standard_error, -- 2.30.2